Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta(changelog): Update changelog for 8.12.0 #12637

Merged
merged 14 commits into from
Jun 25, 2024
Merged

Conversation

chargome
Copy link
Member

No description provided.

chargome and others added 12 commits June 24, 2024 14:56
Adds the correct link to the auto-release workflow.
…et (#12562)

ref getsentry/sentry-release-registry#161 and
#12442

Adds these packages to the craft config so they can be updated in the
release registry.
Marks `isRemixV2` as optional in the exposed types of
`captureRemixServerException`.

This is a follow-up on
#12497
…12606)

Added a test for the case mentioned in
#10455

The last frame of the stack trace seems to be correct on the latest
version.
This adds docs about how to triage effectively. It is rather specific to
this repository/team, but parts of it may also be relevant for outside
contributors.

See
https://github.com/getsentry/sentry-javascript/blob/fn/docs-triaging/docs/triaging.md

---------

Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
…ot integration (#12535)

I believe the error we're seeing in
#12534 is from
having preact bundled twice: once into the Modal integration, and then
again into the Screenshot one.

This PR updates the Screenshot code so that it requires preact to be
injected into it, which should reduce the bundle size of that
integration, but also solve the bug because there will only be one
instance of preact and it's state within the sdk.

Fixes #12534
…12617)

⚠️ This PR introduces **breaking changes** to `@sentry/solid`⚠️

Previously, we had to pass `useBeforeLeave` and `useLocation` to
`solidRouterBrowserTracingIntegration`. This has now been removed in
favor of importing the router hooks directly within the sdk as needed.

Import `solidRouterBrowserTracingIntegration` from
`@sentry/solid/solidrouter` and add it to `Sentry.init`:

```js
import * as Sentry from '@sentry/solid';
import { solidRouterBrowserTracingIntegration, withSentryRouterRouting } from '@sentry/solid/solidrouter';
import { Router } from '@solidjs/router';

Sentry.init({
  dsn: '__PUBLIC_DSN__',
  integrations: [solidRouterBrowserTracingIntegration()],
  tracesSampleRate: 1.0, //  Capture 100% of the transactions
});

const SentryRouter = withSentryRouterRouting(Router);
```

As a result, the SDK has an optional peer dependency on
`@solidjs/router` `v0.13.4+` when using
`solidRouterBrowserTracingIntegration`.

**Note to maintainers**
This package outputs types at the `build` root instead of `build/types`
to better support projects that don't use `moduleResolution: "bundler"`.

---------

Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
@chargome chargome requested a review from a team as a code owner June 25, 2024 08:29
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented Jun 25, 2024

size-limit report 📦

Path Size
@sentry/browser 22.22 KB (added)
@sentry/browser (incl. Tracing) 33.31 KB (added)
@sentry/browser (incl. Tracing, Replay) 69.09 KB (added)
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.42 KB (added)
@sentry/browser (incl. Tracing, Replay with Canvas) 73.15 KB (added)
@sentry/browser (incl. Tracing, Replay, Feedback) 85.76 KB (added)
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 87.62 KB (added)
@sentry/browser (incl. metrics) 26.5 KB (added)
@sentry/browser (incl. Feedback) 38.87 KB (added)
@sentry/browser (incl. sendFeedback) 26.85 KB (added)
@sentry/browser (incl. FeedbackAsync) 31.45 KB (added)
@sentry/react 24.97 KB (added)
@sentry/react (incl. Tracing) 36.36 KB (added)
@sentry/vue 26.33 KB (added)
@sentry/vue (incl. Tracing) 35.17 KB (added)
@sentry/svelte 22.36 KB (added)
CDN Bundle 23.42 KB (added)
CDN Bundle (incl. Tracing) 35.05 KB (added)
CDN Bundle (incl. Tracing, Replay) 69.18 KB (added)
CDN Bundle (incl. Tracing, Replay, Feedback) 74.38 KB (added)
CDN Bundle - uncompressed 68.8 KB (added)
CDN Bundle (incl. Tracing) - uncompressed 103.66 KB (added)
CDN Bundle (incl. Tracing, Replay) - uncompressed 214.13 KB (added)
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 226.79 KB (added)
@sentry/nextjs (client) 36.24 KB (added)
@sentry/sveltekit (client) 33.95 KB (added)
@sentry/node 113.27 KB (added)
@sentry/node - without tracing 90.65 KB (added)
@sentry/aws-serverless 99.74 KB (added)

@mydea
Copy link
Member

mydea commented Jun 25, 2024

Don't forget to update the PR title, the auto-title generation does not work for changelog PRs like this ;)

@chargome chargome changed the title Prepare release/8.12.0 meta(changelog): Update changelog for 8.12.0 Jun 25, 2024
Copy link
Member

@andreiborza andreiborza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@chargome chargome merged commit a5cd091 into master Jun 25, 2024
111 checks passed
@chargome chargome deleted the prepare-release/8.12.0 branch June 25, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants